Skip to content

refactor(evm): add TransactionKey wrapper#1331

Merged
sebastijankuzner merged 6 commits into
developfrom
refactor/evm/transaction-key-wrapper
Jun 5, 2026
Merged

refactor(evm): add TransactionKey wrapper#1331
sebastijankuzner merged 6 commits into
developfrom
refactor/evm/transaction-key-wrapper

Conversation

@oXtxNt9U
Copy link
Copy Markdown
Contributor

@oXtxNt9U oXtxNt9U commented Jun 5, 2026

Summary

Change the transaction key used for storage to make it possible to implement more efficient range scans. The previous implementation sorted lexicographically instead of numerically.

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

❌ Patch coverage is 96.96970% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.13%. Comparing base (a15e796) to head (e3d0f7d).

Files with missing lines Patch % Lines
packages/evm/core/src/db.rs 96.96% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1331      +/-   ##
===========================================
+ Coverage    57.82%   58.13%   +0.31%     
===========================================
  Files          967      971       +4     
  Lines        64474    64983     +509     
  Branches      1680     1762      +82     
===========================================
+ Hits         37283    37781     +498     
- Misses       26951    26960       +9     
- Partials       240      242       +2     
Flag Coverage Δ
contracts 97.74% <ø> (?)
packages 57.86% <96.96%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Base automatically changed from refactor/evm/storage-compression to develop June 5, 2026 12:07
@sebastijankuzner sebastijankuzner force-pushed the refactor/evm/transaction-key-wrapper branch 3 times, most recently from 35e5eea to 9c676e5 Compare June 5, 2026 12:31
@sebastijankuzner sebastijankuzner merged commit e6a0af2 into develop Jun 5, 2026
22 of 23 checks passed
@sebastijankuzner sebastijankuzner deleted the refactor/evm/transaction-key-wrapper branch June 5, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants